Skip to content

test(bigquery): add integration tests for row-based query() with Arrow format - #14413

Merged
jinseopkim0 merged 3 commits into
mainfrom
feat-bigquery-arrow-query-it
Sep 18, 2026
Merged

jinseopkim0 merged 3 commits into
mainfrom
feat-bigquery-arrow-query-it

Conversation

@jinseopkim0

Copy link
Copy Markdown
Contributor

Add integration tests verifying row-based query() execution using QueryResultsFormat.ARROW for both single-page and multi-page results in ITBigQueryTest.

@jinseopkim0

Copy link
Copy Markdown
Contributor Author

@gemini-code-assist review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces new integration tests for row-based queries using the Arrow format, covering both single-page and multi-page scenarios, and refines existing Arrow query tests with more precise batch count assertions. The review feedback recommends adding an assertion for the selected 'TIMESTAMP' column in the new 'testQueryRowBasedWithArrowFormat' test to verify proper serialization and deserialization of timestamp values.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates integration tests for Arrow query results by asserting batch counts and introduces two new tests, testQueryRowBasedWithArrowFormat and testQueryRowBasedWithArrowFormatMultiPage, to verify row-based querying with the Arrow format. The feedback suggests adding an assertion for the ts (timestamp) field in the new testQueryRowBasedWithArrowFormat test to ensure timestamp parsing is properly validated.

@jinseopkim0

Copy link
Copy Markdown
Contributor Author

@gemini-code-assist review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates integration tests in ITBigQueryTest.java by asserting specific batch counts for Arrow query results and introducing two new tests, testQueryRowBasedWithArrowFormat and testQueryRowBasedWithArrowFormatMultiPage, to verify row-based queries using the Arrow format. There are no review comments, so I have no feedback to provide.

@jinseopkim0
jinseopkim0 added this pull request to stack #14406 September 17, 2026 10:53
@jinseopkim0
jinseopkim0 force-pushed the feat-bigquery-arrow-query-it branch from b3cdc66 to 115a12e Compare September 18, 2026 01:13
@jinseopkim0
jinseopkim0 marked this pull request as ready for review September 18, 2026 01:14
@jinseopkim0
jinseopkim0 requested review from a team as code owners September 18, 2026 01:14
@jinseopkim0
jinseopkim0 requested a review from lqiu96 September 18, 2026 01:14
@jinseopkim0
jinseopkim0 force-pushed the feat-bigquery-arrow-query-it branch from 115a12e to eea4787 Compare September 18, 2026 14:51
@jinseopkim0
jinseopkim0 force-pushed the feat-bigquery-arrow-query-it branch from eea4787 to d1ab4e1 Compare September 18, 2026 21:00
@jinseopkim0
jinseopkim0 requested a review from lqiu96 September 18, 2026 21:01

@lqiu96 lqiu96 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a blocker for initial ITs.

Base automatically changed from feat-bigquery-arrow-query-slowpath-fallback to main September 18, 2026 21:58
@jinseopkim0
jinseopkim0 force-pushed the feat-bigquery-arrow-query-it branch from d1ab4e1 to 20067ce Compare September 18, 2026 21:58
@jinseopkim0
jinseopkim0 merged commit f8f9e12 into main Sep 18, 2026
209 of 210 checks passed
@jinseopkim0
jinseopkim0 deleted the feat-bigquery-arrow-query-it branch September 18, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants